Click or drag to resize

Excludes Class

Performs a bitwise mask of the specified property and a supplied value.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Excludes : Restriction

The Excludes type exposes the following members.

Constructors
  NameDescription
Public methodExcludes
Initializes a new instance of the Excludes class.
Public methodExcludes(PropertyPath)
Initializes a new instance of the Excludes class.
Public methodExcludes(PropertyPath, String)
Initializes a new instance of the Excludes class.
Top
Properties
  NameDescription
Public propertyBitmask
Represents a hexadecimal or decimal mask to be used during an Excludes restriction operation.
Public propertyPropertyPath
Identifies frequently referenced properties by URI or individual members of a dictionary or MAPI properties.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current Excludes object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also